From: Debian OpenLDAP Maintainers Date: Sun, 14 Jul 2024 21:37:43 +0000 (-0700) Subject: set-maintainer-name X-Git-Tag: archive/raspbian/2.5.18+dfsg-2+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=674ee203125e94bc16ee7d1a80e6d891836b4f33;p=openldap.git set-maintainer-name Gbp-Pq: Name set-maintainer-name --- diff --git a/build/mkversion b/build/mkversion index 0daaa69b..c2da9374 100755 --- a/build/mkversion +++ b/build/mkversion @@ -50,12 +50,7 @@ if test $# != 1 ; then fi APPLICATION=$1 -# Reproducible builds set SOURCE_DATE_EPOCH, want constant strings -if [ -n "${SOURCE_DATE_EPOCH}" ]; then - WHOWHERE="openldap" -else - WHOWHERE="$USER@$(uname -n):$(pwd)" -fi +WHOWHERE="${DEB_MAINTAINER:-openldap}" cat << __EOF__ /* This work is part of OpenLDAP Software .